object MessageForm: TMessageForm Left = 487 Top = 216 BorderIcons = [] BorderStyle = bsSingle Caption = 'Net2Phone Message' ClientHeight = 196 ClientWidth = 363 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Icon: TImage Left = 2 Top = 18 Width = 53 Height = 60 AutoSize = True end object MessageText: TLabel Left = 64 Top = 16 Width = 64 Height = 13 Caption = 'MessageText' WordWrap = True end object URL: TLabel Left = 24 Top = 120 Width = 22 Height = 13 Caption = 'URL' Visible = False end object BOK: TButton Left = 125 Top = 148 Width = 75 Height = 23 Caption = 'OK' Default = True TabOrder = 0 OnClick = BOKClick end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 32 Top = 152 end end